Remove extra message-set-auto-save-file-name call in Gnus drafts
authorEric Abrahamsen <eric@ericabrahamsen.net>
Fri, 10 May 2024 15:49:57 +0000 (08:49 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Fri, 10 May 2024 17:29:00 +0000 (10:29 -0700)
commitb1e94b7bd3b18fdae66d172c7c72398d6f0d5225
tree6cf51a03097d2b2830f957d3de50ff28a210e0fe
parent5d8c2bad21cc647b3462acfe8e970419354cde83
Remove extra message-set-auto-save-file-name call in Gnus drafts

Bug#70579

* lisp/gnus/gnus-draft.el (gnus-draft-setup): This function is already
being called as part of the message-mail -> message-mode call
above. Running it twice results in a jump in assigned article numbers,
and the corresponding active value of the drafts group.
lisp/gnus/gnus-draft.el